home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / KorePutt.swf / scripts / frame_108 / DoAction_2.as next >
Text File  |  2006-06-13  |  2KB  |  72 lines

  1. tellTarget("/ball")
  2. {
  3.    stop();
  4. }
  5. tellTarget("/ball2")
  6. {
  7.    stop();
  8. }
  9. setProperty("/ball", _X, "60.6");
  10. setProperty("/ball", _Y, "331.9");
  11. setProperty("/aimer", _X, "60");
  12. setProperty("/aimer", _Y, "331.7");
  13. setProperty("/ball2", _X, "60.6");
  14. setProperty("/ball2", _Y, "331.9");
  15. setProperty("/aimer2", _X, "60");
  16. setProperty("/aimer2", _Y, "331.7");
  17. if(players == "2")
  18. {
  19.    setProperty("/ball2", _visible, "1");
  20.    setProperty("/ball2", _alpha, "30");
  21.    setProperty("/aimer2", _visible, "0");
  22. }
  23. else if(players == "1")
  24. {
  25.    setProperty("/ball2", _visible, "0");
  26.    setProperty("/aimer2", _visible, "0");
  27. }
  28. setProperty("/ball", _visible, "1");
  29. setProperty("/ball", _alpha, "100");
  30. setProperty("/aimer", _visible, "1");
  31. pturn = "1";
  32. p1_h3 = "-";
  33. p2_h3 = "-";
  34. move = "0";
  35. shotspeed = "5";
  36. firsttime = "0";
  37. p1done = "0";
  38. p2done = "0";
  39. stopped = "0";
  40. topwallx = getProperty("/topwall", _X);
  41. topwally = getProperty("/topwall", _Y);
  42. topwallwidth = getProperty("/topwall", _width) / "2";
  43. topwallheight = getProperty("/topwall", _height) / "2";
  44. botwallx = getProperty("/botwall", _X);
  45. botwally = getProperty("/botwall", _Y);
  46. botwallwidth = getProperty("/botwall", _width) / "2";
  47. botwallheight = getProperty("/botwall", _height) / "2";
  48. rightwallx = getProperty("/rightwall", _X);
  49. rightwally = getProperty("/rightwall", _Y);
  50. rightwallwidth = getProperty("/rightwall", _width) / "2";
  51. rightwallheight = getProperty("/rightwall", _height) / "2";
  52. wall3x = getProperty("/wall3", _X);
  53. wall3y = getProperty("/wall3", _Y);
  54. wall3width = getProperty("/wall3", _width) / "2";
  55. wall3height = getProperty("/wall3", _height) / "2";
  56. topwall2x = getProperty("/topwall2", _X);
  57. topwall2y = getProperty("/topwall2", _Y);
  58. topwall2width = getProperty("/topwall2", _width) / "2";
  59. topwall2height = getProperty("/topwall2", _height) / "2";
  60. botwall2x = getProperty("/botwall2", _X);
  61. botwall2y = getProperty("/botwall2", _Y);
  62. botwall2width = getProperty("/botwall2", _width) / "2";
  63. botwall2height = getProperty("/botwall2", _height) / "2";
  64. wall2x = getProperty("/wall2", _X);
  65. wall2y = getProperty("/wall2", _Y);
  66. wall2width = getProperty("/wall2", _width) / "2";
  67. wall2height = getProperty("/wall2", _height) / "2";
  68. botrightx = "567";
  69. botrighty = "371";
  70. toprightx = "573";
  71. toprighty = "127";
  72.